home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
- set factor=4.01234567
-
- echo resample -f test.filter -by $factor i.snd ir.snd
- resample -f test.filter -by $factor i.snd ir.snd
-
- echo toascii ir.snd ir.dat
- sndtrim ir.snd ir_trimmed.snd
- toascii ir_trimmed.snd ir.dat
- ln -s `pwd` /
- echo open testFilter.ma
- open testFilter.ma
- echo 'Select all cells in the Mathematica document and press Enter'
-